home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / DISK / DBLTAKE.ARJ / DUBLTAKE.HST < prev    next >
Text File  |  1991-07-15  |  21KB  |  414 lines

  1.                                  DoubleTake
  2.                              by John L. Dove III
  3.                                Version History
  4.  
  5. 2.0  7/15/91      Released as DoubleTake Professional
  6.      New Features:
  7.        See file What's.New for new features added.  
  8.  
  9.      Fixes:
  10.        Fixed: DoubleTake did not handle DT *.pas correctly (now correctly
  11.          says file not found)
  12.        Fixed ASCII Find next Mismatch/Find String search across lines --
  13.          all "IGNORE" characters are truly ignored.
  14.        Fixed Shell to DOS to caution "Don't load Memory Resident" while
  15.          in Shell  5/25
  16.        Fixed Shell to DOS to return to screen mode when DT was called and
  17.          to return to the chosen mode when returning to DT.
  18.        Fixed Shell to DOS to return to proper disk when exiting, even
  19.          if user has changed the logged drive.
  20.        Changed the scroll routine to use System scrolling so that there
  21.          is less snow in [S]low video mode.
  22.  
  23. 1.7,1.8,1.9  (interim version, not released)
  24.  
  25. 1.6  5/15/91
  26.      New Features:
  27.        Added an EGA/VGA 43/50/25 configuration option in Config Mode
  28.           and configuration (CNF) file.
  29.        Added the owner's name to the ending screen.
  30.        Changed the Commercial for Reg users.  Must PRESS F1 to get
  31.          commercial - defaults to skip commercial.
  32.        Added an Install routine for Registered users.
  33.  
  34.      Fixes:
  35.        Fixed abnormal exit with unclear messages when too little memory.
  36.        Fixed Ignore feature to ignore IGNORE CHARS in ASCII
  37.        Enhanced and Fixed the FilePicker routine.
  38.        Fixed a problem with the Parallel Scrolling Mode (was losing a
  39.           line in File 1).  Thanks to Robert L. Maher of Alexandria, VA
  40.           for his comments/suggestions.
  41.        Fixed the Hex Byte counter for end of file errors when moving from
  42.           the next to last line to the last.  It was showing greater than
  43.           last byte.
  44.        Partially restored the Slow video write mode choice.  It is REALLY
  45.           SLOW, however.  It may be worth the snow for the faster screens.
  46.           Will completely include NOSNOW option in future version.  Does
  47.           anyone really use the SLOW (NOSNOW) mode?
  48.  
  49. 1.5  1/2/91
  50.      New Features:
  51.        Now Hex mode is fully scrollable in BOTH directions!  (ASCII is
  52.        coming, but not there yet.)
  53.        Added a confirm (Y/n) for the Left/Right Arrows in ASCII mode.
  54.          Pressing < or > pulls one or the other of the files up to
  55.          the same line number as the other file.  Sometimes annoying if
  56.          you've spent a long time matching files by hand!
  57.      Began releasing DT.EXE compressed with LZEXE.  Now takes less than
  58.        50K.
  59.  
  60.      Fixes:
  61.        Fixed the Find function in Hex so that it prints the correct
  62.          find string while finding.  It now correctly finds any char
  63.          even if it's an ignore char, but only if BlankIgnore is off
  64.        Fixed the routine which gets a filename at the beginning.
  65.          If you pressed return alone, the entry line would be weird.
  66.        Fixed the Pop-up Display ASCII align functions (they were backwards).
  67.        Fixed a bug in the scroll routines.
  68.  
  69.  
  70. 1.4    12/20/90
  71.       New features:
  72.         Added a pop-up window when / is pressed.
  73.         Added a commercial when DoubleTake starts and ends
  74.           (and every time Help ([F1] or [?] is pressed) for
  75.           unregistered copies.  Registered copies removes the
  76.           commercial and includes the user's name and serial
  77.           number in the [now optional] commercial screen.
  78.  
  79. 1.3     7/1/90
  80.       New features:
  81.         Added ability to load a new file 1 or 2 (or both) on the fly
  82.            without having to re-start DoubleTake.
  83.         Changed the command line arguments algorithm so that if only
  84.            one file is on the command line, it assumes OneFile mode (use
  85.            previous fix to add second file if this is in error).
  86.         Added routines to ensure that the colors and video mode are
  87.            restored when exiting.
  88.         Changed the Help and ASCII Chart procedures to load the entire
  89.            file with Help (or the ASCII Chart) is first called, rather
  90.            than reloading the file every time it's called.  (If you
  91.            call Help (Help is loaded), then ASCII Chart (ASCII Chart is
  92.            loaded) then Help (Help is loaded again), since the same buffer
  93.            is used for both.  This should rarely occur and it saves having
  94.            a double size buffer.
  95.         Added a page of help for the Add/Delete/Edit Ignore chars routine.
  96.       Fixes:
  97.         FINALLY fixed so that DoubleTake will load and read READ-ONLY
  98.            files.
  99.         Fixed some cases of errors when trying to load *.ext as file 2.
  100.         Fixed so that if you run Configuration from startup, it calls
  101.            the correct help slide.
  102.         Fixed some overspray on my direct video writes.
  103.         Fixed problem with file picker when changing to a drive with
  104.            no files.
  105.         Corrected a miss-spelled word (chara[c]ters) in the Configuration
  106.            Help screen.
  107.         Fixed so that all filenames are converted to Uppercase letters.
  108.         Fixed Find so that it ignores BlankIgnore characters when finding
  109.            a string.
  110.         Moved Find boxes to the bottom so that you can see the screen as
  111.            you are entering the string to find.
  112.         Fixed the command line parser so that it responds correctly to
  113.            DT FILENAME.TYP /X.  (Was treating /X as filename).
  114.         Fixed minor annoyances/problems.
  115.  
  116. 1.2     6/1/90
  117.  
  118.       New features:
  119.         Added more definitive messages for the results of FindNextMismatches
  120.           and Find Strings (will announce if files are identical).
  121.         Added the ability for DoubleTake to find its Config and Help files:
  122.           - at the spot from which DoubleTake was run or
  123.           - at the spot provided by a SET DT environmental variable (i.e.,
  124.                   use SET DT=Path to specify where DoubleTake files are.
  125.         Added the ability to Add/Delete or change the characters that
  126.           DoubleTake ignores when BlankIgnore is ON.
  127.         Added an ASCII chart when editing BlankIgnore characters for
  128.           easy lookup of values to ignore.
  129.         Changed the colors of the Line Numbers to the same as the
  130.           Help Screen.
  131.         Enhanced Hex Mode Cursor left/right move keys so that they scroll
  132.           down a line when right is pushed while on the rightmost character
  133.           and it scrolls up a line when left is pushed on the first char.
  134.           In effect, left/right moves continuously back/forward in a file.
  135.         Added [Shift-Ctrl-Left] and [Shift-Ctrl-Right] to scroll both Hex
  136.           files Left or Right respectively.  ([Shift-Ctrl-F9] and
  137.           [Shift-Ctrl-F10] are equivalents.)
  138.         Added a configure option callable when you start DoubleTake with
  139.           no filenames.
  140.         Changed EGA/VGA toggle to directly toggle to opposite mode
  141.           when [E] pressed (rather than having to choose 25 or 43/50)
  142.  
  143.       Fixes:
  144.         Fixed ASCII Find String function.
  145.         Fixed the Blinking Cursor so that it stays on the F1-Help prompt
  146.           at the bottom of the screen.
  147.         Fixed the Hilight routine to show blink characters which are
  148.           normally blanks.
  149.         Fixed Hex display to respond correctly to WordStar Mode.
  150.         Fixed Find Next MisMatch to ignore ALL Blanks in ASCII Mode (not
  151.           just those blanks/tabs in the indent)
  152.         Fixed the Hex Find Next Mismatch function to move to next byte
  153.           when it found a previous Mismatch.  If the first byte was
  154.           mismatched, DoubleTake would not move from the first byte.
  155.         Fixed Directory Picker so that if now loads more filenames,
  156.           and indicates "and more" if there's no more memory for files.
  157.           (greater than approximately 380 files)
  158.  
  159.  
  160. 1.1     5/15/90
  161.         Fixed the ASCII mode to display all characters to screen, even
  162.           for a binary file.
  163.         Added a wide binary Hex mode which shows whole file, 80 chars at
  164.           a time, with the value at the cursor shown at corner of window.
  165.           AltX toggles between Debug-like display and 80 char display
  166.           Also added as a configurable option.
  167.         Simplified/clarified Context Help file DUBLTAKE.HLP.
  168.         Added two Tutorial files to demonstate DoubleTake's features.
  169.         Added a DT-Read.Me file as an introduction.
  170.         Added three batch files to:
  171.            Read DUBLTAKE.DOC using DoubleTake,
  172.            Read DT-Read.Me using DoubleTake, and
  173.            Compare the two Tutorial Files in DoubleTake.
  174.  
  175. 1.0     5/1/90
  176.         DoubleTake Version 1.0 released, formerly GoodLook.
  177.  
  178.         Version 1.0 has all the previous functionality of
  179.             Version 4.3 of GoodLook 
  180.         Also Added:
  181.  
  182.         Find feature to search either/both files for a string or hex codes
  183.         Cleaner Documentation (with table of contents)
  184.         Fixed Zoom modes so that any scroll key works with the file
  185.            (e.g., Home, UpArrow, & PgUp all scroll the Zoomed file now)
  186.  
  187. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  188.  
  189. 4.3     4/15/90  Interim version, not released (Last to bear name GoodLook)
  190.         Added an ignore leading blanks function to compare 2 files with
  191.           different indents
  192.         Added much more functionality to the Hex Mode.
  193.         Added ability (in Hex mode) to toggle between showing chars 0..31,
  194.              128-255 or showing as [.]
  195.         Added an "Ignore leading blanks" function to compare files with
  196.              differing indents.  Shows first difference in rev video.
  197.  
  198. 4.2     July 7, 1989 -Interim Version
  199.         Fixed the problem of not finding ReadOnly Files!
  200.         Recompiled in Turbo 5.5;
  201.         Added Hex Mode (but only works on first 24 characters of each line)
  202.           This Hex Mode is NOT finished.
  203.         Changed address to current Box Office address
  204.         Added a highlight to the first char which is different on compared
  205.            lines.
  206.         Broke out this file separately from the DOC file and inverted the
  207.            order to make it easier to use the ARC Door facilities on most
  208.            BBS's to see what the latest change entails.
  209.         Added option to enter /1 as the second filename to enter the Single-
  210.            File Mode.  This is useful if you forgot to enter /1 on the
  211.            command line.  (The other options can be toggled once inside
  212.            GoodLook.)
  213.         Added the ability to go to DOS temporarily and then return to
  214.            the exact same place as before (Execute a DOS Shell).
  215.         Deleted the main help screens from inside the program and put
  216.            them in a GoodLook.hlp file.  This means less to load on
  217.            startup and they only get loaded if Help is needed.  (I
  218.            read the file directly to Memory so there may be some snow
  219.            on some ancient IBM CGA cards.)
  220.  
  221. 4.1    Fixed the Cursor problem upon exit from EGA 43 line mode.  If you
  222.            ran another program (such as PC-Write) after GoodLook the
  223.            cursor would be in the middle of the line all the time you
  224.            would be in PC-Write and after exit.
  225.        Removed the Drive Test for C: and D: at the startup of GoodLook.
  226.            Thanks for the tip from Ted Decastro.
  227.        Fixed minor problems with the Directory routines at startup. (Now
  228.            when you change drives, you will change to the logged directory
  229.            of the destination drive, vice the root directory.)
  230.        Eliminated keystrokes which should have been disabled when a file is
  231.            Zoomed. 
  232.  
  233. 4.0  16 February 1987-Major revision incl/EGA support.
  234.        Added routines to find switches even if they are right next to
  235.            filenames (i.e., File.typ/w, etc.)
  236.        Added routine in Directory-Get routines which will take the first
  237.            character typed and use it as the first in the typed in filename
  238.        Fixed Directory routine to use the correct path when using the
  239.            change drive/directory procedure.
  240.        In Zoom, the proper key definitions now show on the next to last line,
  241.            referring to keys used to move around in File 1, File 2 or both.
  242.        Changed the Beep from ^G to a short Bell routine using the Sound
  243.            procedure to keep the program from getting hung up on the PC's
  244.            beep.
  245.        Fixed the "search for next" algorithm to go to the last line instead
  246.            of stopping on the last page.
  247.        Fixed the "search for next" algorithm to correctly show whether the
  248.            files were the same from the start of compare.
  249.        Changed the Exit to DOS command from ESC to Q to prevent accidentally
  250.            exiting to DOS by pressing ESC twice when leaving Configure.
  251.        Added the [RShift] key as a synonym for the [Ctl] key to alloy one-
  252.            handed movement using [RShift] plus [Home], [End], [PgUp], [PgDn].
  253.        Disabled PrtSc key to avoid inadvertent print screen call.  Added the
  254.            [Alt][P] function to re-enable it if desired to Print the screen.
  255.            Para symbol added to next to last line to show status of PrtSc.
  256.        Added full EGA support;
  257.            Uses the default number of lines in effect when GoodLook is
  258.               invoked, or
  259.            Use the /4 switch on the command line to force the EGA into the
  260.               43 line mode.
  261.            On exit, restores 25 line mode if you entered GoodLook in the
  262.               25 line mode.
  263.            Many invoke either the 25 or 43 line mode "on the fly" while
  264.               viewing files with the [E]GA key.
  265.  
  266. 3.5 to 3.9:  (maintenance releases, limited distribution)
  267.       Fixed problem when running GoodLook w/no arguments (would say
  268.            "file c:\" does not exist, vice "Syntax is:..."
  269.        Renamed GoodLook.com to GL.com, which is what I am sure was the
  270.            first thing that any user of this program would do!!
  271.        Changed the overlay search routine to first look for the overlay
  272.            in the dir from which GoodLook was run.  Thanks to Karl Brendel
  273.            for the tip that the run location is at the end of the environment
  274.            string!
  275.  
  276. 3.4   Fixed file handling problem when, filenames entered one at at time.
  277.           - Now adds current location if no drive\path entered
  278.           - *.* is now equivalent of * for file 2 = file 1 (just filename)
  279.           - easier to detect duplicate filenames entered
  280.           - Updated DOC to show rules for filenames (\ must be on end of
  281.                  path, etc.)
  282.       Many thanks to Jack Kilday for inadvertently Beta Testing this for me,
  283.       discovering and reporting the problems clearly enough for me to find them.
  284.  
  285. 3.3   Maintenance Release to replace 3.2, which may have had a garbled overlay
  286.          file included.
  287.  
  288. 3.2   Fixed minor typos.
  289.       Fixed problem with long paths causing the program to blow up.
  290.       Fixed config, so that when returning from config, rewrites bottom lines
  291.          in new colors.
  292. Thanks to Karl Brendel for the above tips!!
  293.       Fixed initialization so that it only looks for the Overlay if it does
  294.          not exist in the default location.
  295.       Added a [Z]oom indicator on bottom to show how to Zoom and to show
  296.          what was zoomed.
  297.  
  298. 3.1   Added a Zoom feature.  You can Zoom either of the files up to the
  299.         full-screen mode.  
  300.       Added the Single file mode to use GoodLook as a file viewer.  Uses the 
  301.         Zoom function Zooming File 1.
  302.  
  303. 3.0   Added optional flag for WordStar(tm) mode, which strips high bits.  The
  304.         flag can be entered on the command line else config file sets default.
  305.       Added the ability to stop the search for the Next Mismatch by pressing
  306.         any key during the search.  This is a fast way to move forward.
  307.       Fixed a bug in reading in lines, one file or the other would end up
  308.         with blank lines, wasn't going back to the file and getting more when
  309.         it should.
  310.       Added individual file 9 line scroll, using Control plus the 1 line
  311.         scroll keys: Home, End, PgUp, PgDn.  Had to change Top of File 
  312.         function to ^T from Ctrl Home.
  313.  
  314. 2.9   Changed the margin from 73 to 80 to get more of a line on the screen.
  315.       Removed the --> from the front of a wrapped line.
  316.       Moved the line number from on each line to the fname line.
  317.       Added the ability to customize the colors of the highlighted lines;
  318.           added a normal display for the highlighted lines.
  319.       Thanks to comments from Tim Penner of Wichita, KS.
  320.  
  321. 2.8   Fixed a still minor bug as in 2.7.
  322.       Added the ability to enter *.BAK as file 2 to use the filename of
  323.          file1 with the new extension (filename.bak).  This includes the
  324.          ability to use b:*.bak or b:\newpath\*.bak also.
  325.  
  326. 2.7   Released immediately to fix a bug in the display function:  it would
  327.          display only file 1 in both windows after a search.
  328.  
  329. 2.6   Fixed the color option so that it shows the colors as they are
  330.          installed.
  331.       Changed the Color option to Configuration option since it there are
  332.          several option to change.
  333.       Added a direct to video write routine to speed up the display when
  334.          scrolling by 10 lines and when displaying help screens.
  335.  
  336. 2.5   Fixed a minor bug when shifting from Parallel to Opposite 
  337.          in the Configure routine.
  338.       Added the Top of File option to return to the top of both files.
  339.  
  340. 2.4   Added an optional scrolling mode which scrolls file 1 in same dir as 2
  341.          Also puts the compared lines right next to each other
  342.          Added Scroll Mode to variable, clonable options.
  343.       Fixed the directory error-handling so that when the DOS message "Place
  344.          Disk B in drive A..." occurs it doesn't blow up my screen.
  345.       Changed the line numbering scheme so that they match the actual
  346.          line nos in a file.  Wrapped lines are shown as -->
  347.       Added help screens [F1] in the configuration function.
  348.  
  349. 2.3   11/9/86. Added option to have a Config file to override default config.
  350.       Removed the bottom line garbage which remained at exit.
  351.       Eliminated CursorOff and On temporarily to avoid problems with
  352.         compatible and EGA card.
  353.  
  354. 2.2   11/5/86. Added a Customize option to choose the flashing or highlighted 
  355.         lines.  
  356.       Added customize option retrace testing for IBM CGA.  Change to 
  357.         fast for non-IBM cards.
  358.  
  359. 2.1   Fixed some bugs parsing filenames provided as command line
  360.         parameters.
  361.       Fixed the end of file routine to show consistently when at end
  362.         of file.
  363.       Fixed the Drive change routine to move to the logged subdir on
  364.         the new drive, rather than the root drive.
  365.       Fixed the DriveTest routine.  It would automatically change the
  366.         tested drive to the root directory.
  367.  
  368. 2.0   Added File directory routine to display files on the drive (as well
  369.         as the ability to move from drive to drive) and View a file prior
  370.         to choosing.
  371.  
  372. 1.9   Fixed a bug when two identical filenames were entered on command 
  373.          line. 
  374.       Added a prompt to remind you to enter a drive only to use the
  375.         same filename on a different drive.
  376.  
  377. 1.8   Added a Color setting option on the fly and clone routine. 
  378.  
  379. 1.7   Added support for a monochrome adapter.
  380.  
  381. 1.6   2 October 1986.
  382.       Defined synonym keys on the numeric keypad to make it easier to
  383.         scroll through the files, response to George Sullivan's critical
  384.         review.
  385.       Added full path/filename support. 
  386.  
  387. 1.5   30 September 1986
  388.       Fixed continuous loop when two illegal files are entered.  In fact
  389.         fixed the whole filename entry routine.
  390.       Added option to enter just a drive name for the same filename.
  391.       Change display type to default console vice color display. Thanks to
  392.         Karl Brendel of Hutchinson, KS for this tip!!
  393.       Fixed it so it would search till end of file.
  394.  
  395. 1.4   Fixed the line numbers so that more than 999 lines can be displayed.
  396.  
  397. 1.3   Added prompt for a file if not entered or if file not exist.
  398.       Added the numerals alone as synonyms for the function keys.
  399.       Added the [Esc] key to skip the commercial on get help.
  400.       Fixed the information line to show all 10 function keys.
  401.       Removed the reset video mode line.
  402.       Fixed a few bugs with beginning of file/end of file.
  403.       Put the filenames at the top and bottom of the screen so they
  404.          would not interfere with the compare and so that very long
  405.          pathnames\filenames could be accommodated.
  406.  
  407. 1.2   Added a find next key, scroll both, and scroll both by a page feature.
  408.       Also fixed it so that it loads 300 lines at a time vice 100.
  409.  
  410. 1.1   Added single key to scroll forward or backward. New windowing techniques
  411.       to speed up showing window.
  412.  
  413. 1.0   Initial release.
  414.